<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	position: relative;
	background-color: #0b1013;
}
body.modal-open {
	width: 100vw;
	height: 100vh;
	overflow: hidden!important;
}
body.menu-open {
	width: 100vw;
	height: 100vh;
	overflow-y: hidden!important;
}
body, html {
	font-family: Arial, "微软雅黑", Microsoft YaHei;
	font-size: 1rem;
}
.font-en {
	font-family: 'en', Arial, "微软雅黑", Microsoft YaHei;
}
@font-face {
	font-family: 'en';
	src: local('☺'), url(../font/HelveticaNeueLTPro-HvCn.otf);
	font-weight: normal;
	font-style: normal;
}
dd, dl, dt, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
input {
	margin: 0;
	outline: none
}
a {
	text-decoration: none;
}
a:link {
	color: inherit;
}/*未访问样式*/
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
a:hover, a:focus, input:hover, input:focus, button:focus, button:hover {
	outline: none;
}
a.txt-link {
	text-decoration: underline;
}
a.txt-link:hover {
	color: #00bdff;
}
h1 {
	margin: 0px;
}
i {
	font-weight: normal;
}
hr {
	border: none;
	border-top: 1px solid #ebebeb;
	margin: 3vh 0px;
}
img {
	max-width: 100%;
}
pre {
	display: block;
	border: none;
	background: none;
	padding: 0px;
	white-space: pre-wrap;
	font-family: Arial, "微软雅黑", Microsoft YaHei;
}
.blue {
	color: #00bdff;
}
.green {
	color: green;
}
.yellow {
	color: yellow;
}
.red {
	color: red;
}
::-webkit-scrollbar-track {
background:#CCC;
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-thumb {
background:#333;
}
/*滚动条设置*/

/*表格边框样式*/
table, tbody, tr, td {
	border: none;
}
table tr {
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
table td {
	font-size: 1.125rem;
	line-height: 1.5em;
	padding: 8px 1.125rem;
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}
table td p {
	margin: 0px;
}
/*boostrap遮罩层导致页面抖动*/
.modal-open {
	overflow: scroll !important;
}
/*页面内容宽度*/
.container {
	max-width: 100%;
}

@media(min-width:768px) {
.container {
	max-width: 96%;
}
}

@media(min-width:992px) {
.container {
	max-width: 90%;
}
}
/*图片放大*/
.zoom-img {
	overflow: hidden;
}
.zoom-img img {
	width: 100%;
	transform: scale(1);
	transition: all ease 0.6s;
}
.zoom-img:hover img {
	transform: scale(1.1);
}
/*点状背景*/
.point-bg {
	background-image: url(../images/point.png);
	background-repeat: repeat;
}
/*页面haed*/
/*头部*/	
#head {
	display: flex;
	flex-wrap: wrap;
	padding-top: 2rem;
	padding-bottom: 0;
	box-shadow: none;
	background: rgba(0,0,0,0);
	transition: all 0.4s;
}
.index #head {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
}
#head.head-bg {
	background: rgba(0,0,0,0.9);
}
#head&gt;.container {
	max-width: 96%;
}
/*头部标志*/
.head-conent {
	height: 70px;
}
.navbar-brand {
	height: 100%;
	display: flex;
	align-items: center;
	white-space: normal;
}
.navbar-brand img {
	height: 100%;
	
}

/*头部语言切换*/
.shop a{
	display: inline-block;
	color: #fff;
	white-space:nowrap;
	text-transform:Uppercase;
	transition:all 0.4s;
}
.shop a:hover{
	color:#00bdff;
}
.shop a svg{
	display: inline-block;
	margin-right: 0.75rem;
	width: 1.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
}
/*头部导航*/
.navbar-expand-lg .navbar-collapse {
	display: flex;
	justify-content: flex-start;
	height: inherit;
}
#head .navbar-nav {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	height: inherit;
	padding: 0;
	padding-left: 6vw;
}
#head .navbar-nav li {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	height: inherit;
	font-size: 1.25rem;
	line-height: 1em;
	margin: 0 2rem;
}
#head .navbar-nav li a {
	display: block;
	width: 100%;
	padding: 0px;
	color: #fff;
	text-align: center;
	transition: all .4s;
}
#head .navbar-nav li:hover a {
	color: #00bdff;
}
#head .navbar-nav li.on&gt;a {
	text-transform: Uppercase;
	color: #00bdff;
}
@media(max-width:1599.8px) {
#head .navbar-nav{
	padding-left: 4vw;
}
#head .navbar-nav li {
	font-size: 1.125rem;
	margin: 0 1.5rem;
}
}
@media(max-width:1399.8px) {
#head .navbar-nav{
	padding-left: 2.5vw;
}
#head .navbar-nav li {
	margin: 0 1.125rem;
}
#head .navbar-nav li {
	font-size: 1.125rem;
	line-height: 1em;
	margin: 0 1.125rem;
}
}



@media(max-width:1199.8px) {
.head-conent {
	height: 70px;
}
.navbar-brand img {
	height: 46px;
}
#head .navbar-nav{padding-left: 0vw;}
#head .navbar-nav li {
	font-size: 1rem;
	line-height: 1em;
	margin: 0 0.75rem;
}
}

@media screen and ( max-width:991.8px) {
#head {
	padding-top: 1rem;
}
.index #head {
	position: static;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
}
	
.head-conent {
	height: 70px;
}
.navbar-expand-lg&gt;.head-conent {
	padding-right: 80px;
}
.navbar-brand img {
	height: 42px;
}
.navbar-expand-lg .navbar-collapse {
	display: none;
}
}

@media screen and ( max-width:767.8px) {
.head-conent {
	height: 56px;
}
.navbar-brand img {
	height: 36px;
}
}

@media( max-width:565.8px) {
.navbar-expand-lg&gt;.head-conent {
	padding-right: 56px;
}
}
/*头部菜单按钮*/
.menu-button {
	position: fixed;
	z-index: 1039;
	top: 1.75rem;
	right: 1.5rem;
	width: 50px;
	height: 40px;
	padding: 0;
	font-size: 0;
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 4px;
	transition: all 0.3s ease-in-out;
}
.menu-open .menu-button {
	background: rgba(255,255,255,0.2);
	border: rgba(255,255,255,0.2);
}

@media (min-width: 992px) {
.menu-button {
	display: none;
}
.menu-open .menu-button {
	display: block;
}
}

@media (max-width: 991.8px) {
.menu-button {
	display: block;
}
}

@media (max-width: 767.8px) {
.menu-button {
	display: block;
	top: 1.5rem;
	right: 1rem;
	width: 40px;
	height: 36px;
}
}
.menu-button span {
	width: 22px;
	height: 2px;
	border-radius: 6px;
	background-color: #f7f7f7;
	display: block;
	margin: 5px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.menu-open .menu-button span {
	background-color: #fff;
}
.menu-button:hover {
	cursor: pointer;
}
.menu-open .menu-button span:nth-child(2) {
	opacity: 0;
}
.menu-open .menu-button span:nth-child(1) {
	-webkit-transform: translateY(7px) rotate(45deg);
	-ms-transform: translateY(7px) rotate(45deg);
	-o-transform: translateY(7px) rotate(45deg);
	transform: translateY(7px) rotate(45deg);
}
.menu-open .menu-button span:nth-child(3) {
	-webkit-transform: translateY(-7px) rotate(-45deg);
	-ms-transform: translateY(-7px) rotate(-45deg);
	-o-transform: translateY(-7px) rotate(-45deg);
	transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 767.8px) {
.menu-button span {
	width: 20px;
	height: 2px;
	border-radius: 4px;
	display: block;
	margin: 4px auto;
}
.menu-open .menu-button span:nth-child(1) {
	-webkit-transform: translateY(6px) rotate(45deg);
	-ms-transform: translateY(6px) rotate(45deg);
	-o-transform: translateY(6px) rotate(45deg);
	transform: translateY(6px) rotate(45deg);
}
.menu-open .menu-button span:nth-child(3) {
	-webkit-transform: translateY(-6px) rotate(-45deg);
	-ms-transform: translateY(-6px) rotate(-45deg);
	-o-transform: translateY(-6px) rotate(-45deg);
	transform: translateY(-6px) rotate(-45deg);
}
}
/*菜单设置*/
.menu-content {
	display: flex;
	align-items: center;
}
.menu-inner {
	height: 100vh;
	display: flex;
	align-items: center;
	position: fixed;
	z-index: 1038;
	width: 20rem;
	max-width: 70%;
	right: -20rem;
	top: 0;
	color: #fff;
	background: #0b1013;
	transition: all .8s ease;
}
.menu-open .menu-inner {
	right: 0;
	transition: all 1.2s ease;
}
.menu-bg {
	position: fixed;
	z-index: 1037;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.menu-open .menu-bg {
	opacity: 1;
	visibility: visible;
}
/*右侧一级菜单*/
.menu-nav {
	display: flex;
	width: 100%;
	overflow: hidden;
}
.menu-nav-list {
	width: 100%;
	padding: 1.5rem;
}
.menu-nav-list li a {
	display: block;
	width: 100%;
	height: 7.5vh;
	line-height: 7.5vh;
	font-size: 1rem;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.menu-nav-list li.on a, .menu-nav-list li a:focus {
	color: #00bdff;
}

/*-- 手机菜单end --*/



/*首页PC head变化*/


@media (min-width: 992px) and (max-width: 1399.8px) {
}
#index-menu {
	position: fixed;
	left: 0;
	top: 40%;
	z-index: 2;
	padding: 10px 0px;
	background: #25263b;
}
#index-menu a {
	display: block;
	width: 100%;
	padding: 0 25px;
	font-size: 0.875rem;
	line-height: 2.5em;
	color: #fff;
}
#index-menu .active a {
	background: rgba(255,255,255,0.3)
}

@media screen and (max-width:991.8px) {
#index-menu {
	display: none;
}
}
/*页面公共*/
.onePage {
	position: relative;
}
.onePage {
	height: 100vh;
	overflow: hidden;
}

@media screen and (max-width:991.8px) {
.onePage {
	height: auto;
	overflow: visible;
}
}
/*首页*/
.index-web {
	position: relative;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}
.svglink {
	position: absolute;
	z-index: 1;
}
.svglink {
	height: 100vh;
}
.svglink svg {
	height: 100%;
}
#link1 {
	left:-8%;
	top: 50%;
	transform: translate(0, -50%);
}
#link2 {
	right: -8%;
	top: 50%;
	transform: translate(0, -50%);
}
#link3 {
	width: 27.5vw;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#link3 svg{
	width: auto;
	height: auto;
	max-width:  100%;
	max-height: 100%;
}
.index-wap-nav li {
	display: inline-block;
	margin-right: 1rem;
}
.index-wap-nav li a {
	display: inline-block;
	padding: 0 1.5rem;
	font-size: 1rem;
	line-height: 3rem;
	color: #fff;
	border-radius: 4px;
	border: 1px solid rgba(255,255,255,0.2);
	background: rgba(255,255,255,0.1);
}
.index-wap-p {
	margin-top: 4vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index-wap-p&gt;div {
	width: 48%;
	margin: 2% 0;
}
.index-p-img {
	width: 100%;
	height: 0;
	padding-bottom: 61.8%;
	background-position: center;
	background-size: 130% auto;
	border-radius: 0.5rem;
}
.index-p-name {
	margin-top: 1rem;
	font-size: 1rem;
	line-height: 1.25rem;
	color: #fff;
	text-align: center;
}

@media screen and (max-width:991.8px) {
.index-web {
	display: none;
}
}

@media screen and (max-width:768.8px) {
.index-wap-nav li {
	display: inline-block;
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
}
.index-wap-nav li a {
	display: inline-block;
	padding: 0 1rem;
	font-size: 0.875rem;
	line-height: 2.25rem;
	border-radius: 4px;
}
.index-p-name {
	font-size: 0.875rem;
}
}
/*页脚*/
#foot {
	font-size: 0.875rem;
	line-height: 1.5em;
	color: #999;
}
#foot .foot-title {
	margin-bottom: 1.25rem;
	font-size: 1.5rem;
	line-height: 1.5rem;
	color: #fff;
}
#foot a {
	color: red;
}

@media (min-width:992px) {
.index #foot&gt;div {
	position: absolute;
	bottom: 2vh;
	left: 20%;
	right: 20%;
	z-index: 2;
	width: auto;
	text-align: center;
}
#foot .foot-title {
	margin-bottom:12vh;
}	
}

@media (max-width:767.8px) {
.index #foot {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: 1.5rem;
}
#foot .foot-title {
	font-size: 1rem;
}
}
/*============ 首页end ============*/

/*内页公共*/

/*边距盒子*/
.padding-box {
	padding-top: 8vh;
	padding-bottom: 8vh;
}
.padding-top {
	padding-top: 8vh;
}
.padding-bottom {
	padding-bottom: 8vh;
}
.main {
	position: relative;
	z-index: 2;
	background: #fff;
}
.gray-box {
	background: #f7f8fa;
}
.clear-box:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
}

@media screen and (max-width:991.8px) {
.padding-box {
	padding-top: 6vh;
	padding-bottom: 6vh;
}
.padding-top {
	padding-top: 6vh;
}
.padding-bottom {
	padding-bottom: 6vh;
}
}

/*信息盒子*/
.info {
	font-size: 1.125rem;
	color: #333;
	line-height: 1.75em;
}
.info p {
	margin: 0 0 0.75em;
}

@media screen and (max-width:1200px) {
.info {
	font-size: 1.125rem;
}
}
/*横线*/
.line {
	display: inline-block;
	width: 30px;
	height: 3px;
	line-height: 3px;
	font-size: 0px;
	background: #00bdff;
}
/*内页翻页*/
.page-box {
	padding-top: 30px;
}
.page {
	font-size: 0;
	color: #999;
}
.page span {
	display: inline-block;
	padding: 0 1rem;
	margin: 0 4px;
	font-size: 0.875rem;
	line-height: 3em;
	background: rgba(255,255,255,0.1);
}
.page span strong {
	font-size: 1.125rem;
	color: #00bdff;
	vertical-align: bottom;
}
.page a {
	display: inline-block;
	padding: 0 1.5rem;
	font-size: 0.875rem;
	line-height: 3em;
	color: #999;
	background: rgba(255,255,255,0.1);
	transition: all .4s;
}
.page a:first-child {
	border-radius: 4px 0 0 4px;
}
.page a:last-child {
	border-radius: 4px 0 0 4px;
}
.page input {
	display: inline-block;
	width: 4rem;
	padding: 0px 10px;
	margin-left: 1.125rem;
	font-size: 0.875rem;
	line-height: 3em;
	color: #666;
	border-radius: 4px 0 0 4px;
	border: none;
	box-shadow: 0 0 1px #999 inset;
	background: rgba(255,255,255,0.1);
	overflow: hidden;
	transition: all .4s;
}
.page button {
	padding: 0 1.5rem;
	margin: 0px;
	border: none;
	border-radius: 0 4px 4px 0;
	font-size: 0.875rem;
	line-height: 3em;
	color: #999;
	background: rgba(255,255,255,0.1);
	cursor: pointer;
	transition: all .4s;
}
.page a:hover, .page button:hover {
	color: #fff;
	background: #00bdff;
}

@media(max-width:767.8px) {
.page {
	font-size: 13px;
	line-height: 2.5em;
}
.page a, .page span {
	padding: 0 1rem;
	font-size: 13px;
	line-height: 2.5em;
}
.page input {
	margin-left: 5px;
	font-size: 13px;
	line-height: 2.5em;
}
.page button {
	padding: 0 1rem;
	font-size: 13px;
	line-height: 2.5em;
}
}
/*内页大标题*/
.bigTitle {
	margin-bottom: 0.6em;
	font-size: 48px;
	line-height: 1em;
	font-weight: 900;
	text-transform: Uppercase;
}

@media(max-width:1199.8px) {
.bigTitle {
	font-size: 36px;
}
}
.column {
	margin-top:6vh;
	margin-bottom: 3vh;
	padding: 0 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.column-title {
	display: flex;
	align-self:flex-start;
}
.column-title&gt;div {
	padding-left: 1.5rem;
	font-size: 1.75rem;
	line-height: 1em;
	color: #fff;
	border-left: 2px solid #00bdff;
}
.column-nav li {
	display: inline-block;
	margin: 0rem 0.5rem;
}
.column-nav li a {
	display: block;
	padding: 0 1.25rem;
	font-size: 1rem;
	line-height: 2.25em;
	color: #fff;
	background: rgba(255,255,255,0.1);
	border-radius: 4px;
	transition: all .4s;
}
.column-nav li a:hover, .column-nav li.on a {
	background: #00bdff;
}
.column-nav li a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 2px;
	height: 0.95em;
	margin-left: 1em;
	background-color: #fff;
	transition: all .4s;
}

@media(max-width:991.8px) {

.column-title&gt;div {
	padding-left: 1rem;
	font-size: 1.25rem;
}
.column-nav li a {
	padding: 0 1rem;
	font-size: 0.875rem;
}
}
.inside-bg {
	position: fixed;
	z-index: -1;
	top: 0px;
	left: 0%;
	width: 100vw;
	height: 100vh;
	background-position:top center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width:767.8px) {
.column {
	position: static;
	left: 0;
	right: 0;
	top: 10vh;
	z-index: 10;
	margin-top: 3vh;
	padding: 0 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.column-title&gt;div {
	padding-left: 1rem;
	font-size: 1.125rem;
}
.column-nav {
	margin-top: 1.5rem;
	width: 100%;
}
.column-nav li {
	display: inline-block;
	margin: 0.25rem 0.5rem;
}
}
/*关于*/
.about{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 4vh;
}
.about-box{
	width: 45%;
}
.about-box p {
	position: relative;
	z-index: 1;
	font-size: 1.125rem;
	line-height: 1.75em;
	color: #fff;
}
.about-box p:before{ content:""; display: inline-block; margin-right: 0.5rem; width: 0;height: 0; border-left: 0.375em solid #00bdff;border-right:0.375em solid transparent;border-top:0.375em solid transparent; border-bottom:0.375em solid transparent;}

.about-img {
	width: 50%;
	font-size: 0px;
}
.about-img li {
	display: inline-block;
	width: 47%;
	height: auto;
	margin-bottom: 5%;
}



.about-img li a{
	position: relative;
	display: block;
	border-radius: 1rem;
	overflow: hidden;
}
.about-img li div{
	
}
.about-img li p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding-top: 1rem;
	font-size: 1rem;
	line-height: 3rem;
	margin: 0;
	color: #00bdff;
	text-align: center;
	background: linear-gradient(to bottom, rgba(0,189,255,0) 0%,  rgba(0,189,255,0.4) 100%);
	transform:translate(0%,100%);
	transition:all .4s;  
}
.about-img li a:hover p {
	transform:translate(0%,0%);
	color: #fff;
}
@media(min-width:1200px) {
.about-img li{
	margin-right: 5%;
}	
.about-img li:nth-of-type(2n){
	margin-right: 0;
}	
}
@media(max-width:1199.8px) {
.about-box{
	width: 100%;
}
.about-img {
	margin-top: 4vh;	
	width:100%;
}
.about-img li {
	display: inline-block;
	width: 23%;
	height: auto;
	margin-right: 2%;
	margin-bottom: 5%;
}
.about-img li:nth-of-type(4n){
	margin-right: 0%;
}
}
@media(max-width:991.8px) {
.about-box p {
	font-size: 1.25rem;
	line-height: 1.75em;
}

.about-img li {
	display: inline-block;
	width: 48%;
	height: auto;
	margin-right: 3%;
	margin-bottom: 5%;
}
.about-img li:nth-of-type(2n){
	margin-right: 0%;
}

.about-img li p {	
	padding-top: 0.5rem;
	font-size: 0.9375rem;
	line-height:2.5rem;
	color: #fff;
	transform:translate(0%,0%);
}
}

@media(max-width:767.8px) {
.about-box {
	z-index: 2;
	width: 90%;
	max-width: inherit;
	margin: auto;
}
.about-box p {
	font-size: 1.125rem;
	line-height: 1.75em;
	color: #fff;
}
}


/*新闻*/
.news{
	display: flex;
	flex-wrap:wrap;
	margin-left: -1%;
	margin-right: -1%;
}
.news li{
	width:33.33%;
	padding: 1%;
}
.news li a{
	display: block;
	min-height: 100%;
	background: rgba(255,255,255,0.05);
	border-radius: 1rem;
	overflow: hidden;
	transition: all 0.4s;
}
.news li a:hover{
	box-shadow: 0 0 2rem rgba(0,189,255,0.5);
}
.news li a .news-list-img{
	overflow: hidden;
}
.news li a .news-list-img div{
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	background-size: cover;
	background-position: center;
	transition: all 0.8s;
}
.news li a:hover .news-list-img div{
	transform:scale(1.1); 
}
.news li a .news-list-name{
	width: 90%;
	margin: 1.5rem auto 0;
	font-size: 1.125rem;
	line-height: 1.25em;
	height: 2.5em;
	display: block; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;
	color: #00bdff;
}

.news li a pre{
	width: 90%;
	margin: 1rem auto 1rem;
	font-size: 0.875rem;
	line-height: 1.5em;
	color: #999;
	height: 3em;
	display: block; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;
}
.news li a small{
	width: 90%;
	display: block;
	margin: 1rem auto 1rem;
	color: #666;
}
@media(max-width:991.8px) {
.news li{
	width:50%;
}	
}
@media(max-width:575.8px) {
.news li{
	width:100%;
}	
}

/*新闻详情*/
.news-content{
	max-width: 1200px;
	padding: 3rem 3rem 2rem;
	margin: auto;
	font-size: 1rem;
	line-height: 1.5em;
	color: #ccc;
	background: rgba(255,255,255,0.05);
	border-radius: 1rem;
}
.news-content p{
	margin-bottom: 0.5em;
}
.news-head{
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}
.news-head h1{
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	color: #fff;
}
.news-head small, .news-head a{
	display: inline-block;
	font-size: 0.875rem;
	color: #999;
}
.news-head a{
	margin-left: 1rem;
}
.news-head a:hover{
	color: #00bdff;
}

.info-page{
	margin-top: 3rem;
	display: flex;
	padding-top: 2rem;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.info-page&gt;div{
	position: relative;
	z-index: 1;
	width: 50%;
}
.info-page p{
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 1em;
	color: #999;
	transition:all .4s;
}
.info-page a{
	display: inline-block;
	max-width: 100%;
	font-size: 15px;
	line-height: 1em;
	color: #fff;
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
	transition:all .4s;
}
.info-page a:hover{
	color: #00bdff;
}
.info-page a.nomore,.info-page a:not([href]):not([tabindex]){
	color: #999;
	cursor:default;
}
@media(min-width:992px) {
.info-page&gt;div:first-child{
	text-align: right;
	padding-right: 2rem;
	border-right: 1px solid rgba(255,255,255,0.1);
}
.info-page&gt;div:last-child{
	padding-left: 2rem;
}
	
}
@media(max-width:991.8px) {
.info-page{
	flex-wrap: wrap;
	border-top: none;
	padding-top: 0;
}
.info-page&gt;div{
	width: 100%;
	padding:0.75rem 1rem;
	font-size: 0;
	line-height: 0;
	background: rgba(255,255,255,0.05);
}
.info-page&gt;div:first-child{
	margin-bottom: 0.5rem;
}
}


/*产品列表*/
.product-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1%;
	margin-right: -1%;
}
.product-list li {
	width: 33.33%;
	padding: 1%;
	transition: all .4s;
}
.product-list li a {
}
.p-list-img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 25vh;
	background: rgba(0,0,0,0.5);
	border-radius: 1rem;
	overflow: hidden;
	transition: all .4s;
}
.product-list li a:hover .p-list-img {
	background: rgba(0,0,0,0.5);
	box-shadow: 0 0 2rem rgba(0,189,255,0.5);
}
.product-list li a .p-list-img img {
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
}
.p-list-name {
	display: block;
	margin-top: 0.5rem;
	padding: 0.5rem 1.125rem;
	font-size: 1.125rem;
	line-height: 1.5rem;
	text-align: center;
	color: #00bdff;
}

@media(max-width:1199.8px) {
.product-list li {
	width: 33.33%;
	padding: 2%;
}
}

@media(max-width:767.8px) {
.product-list li {
	width: 50%;
	padding: 2%;
}
}

@media(max-width:565.8px) {
.product-list li {
	width: 100%;
	padding: 3% 0;
}
}


/*产品详情*/
.product-box {
	position: relative;
	height: 100vh;
}
.product-img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0 0 2vh;
}
#product {
	width: 100%;
}
#product .owl-stage {
	display: flex;
}
#product .item {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50vh;
	min-height: 100%;
}
#product .item img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 60%;
	max-height: 90%;
}
#product .owl-nav {
	margin: 0;
	padding: 0px;
}
#product .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	margin-top: -23px;
}
#product .owl-nav [class*=owl-].owl-prev {
	left: 20px;
}
#product .owl-nav [class*=owl-].owl-next {
	right: 20px;
}
#product .owl-nav [class*=owl-] i {
	display: inline-block;
	padding: 0 0.5rem;
	font-size: 1.75rem;
	height: 4rem;
	line-height: 4rem;
	color: #fff;
	background: rgba(255,255,255,0.2);
	transition: all .4s;
}
#product .owl-nav [class*=owl-]:hover i {
	color: #fff;
	background: #00bdff;
}
#product .owl-dots {
	width: 100%;
	padding-left: 100px;
	text-align: right;
}
#product .owl-dot {
	display: inline-block;
	margin: 8px;
	width: 11px;
	height: 11px;
	background: rgba(255,255,255,0.3);
	border: 1px solid rgba(255,255,255,0.6);
	transform: rotate(45deg);
}
#product .owl-dot.active {
	background: #00bdff;
	border: 1px solid #00bdff;
}
#product .owl-dot span {
	display: none;
}
.product-info {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	color: #fff;
	background-image: url(../images/product-bg.svg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.product-info ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 1rem;
}
.product-info ul li {
	width: 25%;
	padding: 0 2%;
	border-left: 3px solid rgba(255,255,255,0.3);
}
.product-info ul li:nth-of-type(1), .product-info ul li:nth-of-type(2) {
	border: none;
}
.product-info ul li:first-child {
	margin-bottom: 1rem;
	width: 100%;
	text-align: center;
}
.product-name {
	position: relative;
	display: inline-block;
	padding: 0 1rem;
	font-size: 1.5rem;
	line-height: 2em;
	background: rgba(255,255,255,0.6);
}
.product-name:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	width: 0;
	height: 0;
	border-top: solid 1.5rem rgba(255,255,255,0.6);
	border-left: solid 2rem rgba(255,255,255,0.0);
	border-right: solid 2rem rgba(255,255,255,0.6);
	border-bottom: solid 1.5rem rgba(255,255,255,0);
}
.product-name:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	width: 0;
	height: 0;
	border-top: solid 1.5rem rgba(255,255,255,0.6);
	border-left: solid 2rem rgba(255,255,255,0.6);
	border-right: solid 2rem rgba(255,255,255,0);
	border-bottom: solid 1.5rem rgba(255,255,255,0);
}
.product-model {
	font-size: 2em;
	line-height: 1.5em;
	font-weight: bold;
	color: #fff;
}
.product-info ul li p {
	margin: 0px;
	font-size: 0.875rem;
	line-height: 1.75em;
	font-weight: bold;
}

@media screen and (max-width:991.8px) {
.product-info {
	position: static;
	background-image: url(../images/product-bg.jpg);
	background-position: center;
	background-repeat: repeat;
	background-size: auto;
}
#product {
	padding: 4vh 0;
}
#product .item {
	height: auto;
}
#product .item img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 70vw;
	max-height: 60vh;
}
.product-info ul {
	margin: 0;
	padding: 2rem 0 1rem;
}
.product-info ul li {
	width: 100%;
	padding: 1.5rem 0;
	border: none;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.product-info ul li:nth-of-type(1), .product-info ul li:nth-of-type(2) {
	border: none;
}
.product-info ul li:first-child {
	padding: 0px;
	margin-bottom: 0;
	width: 100%;
	text-align: left;
}
.product-name {
	position: relative;
	display: inline-block;
	padding: 0;
	font-size: 1.5rem;
	line-height: 1.5em;
	font-weight: bold;
	background: rgba(255,255,255,0);
}
.product-name:before, .product-name:after {
	content: "";
	display: none
}
.product-model {
	font-size: 1.25rem;
}
}

@media screen and (max-width:767.8px) {
.product-name {
	font-size: 1.25rem;
}
}



@media screen and (max-height:720px) {
	#head{
		padding-top: 1.5rem;
	}
	.column {margin-top: 4vh;margin-bottom: 3vh;}
	.column-title&gt;div {
	padding-left: 1.5rem;
	font-size: 1.5rem;
	line-height: 1em;
	}
	.product-name{
	font-size: 1.25rem;
    line-height: 2em;
	}
.product-name:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	width: 0;
	height: 0;
	border-top: solid 1.25rem rgba(255,255,255,0.6);
	border-left: solid 1.5rem rgba(255,255,255,0.0);
	border-right: solid 1.5rem rgba(255,255,255,0.6);
	border-bottom: solid 1.25rem rgba(255,255,255,0);
}
.product-name:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	width: 0;
	height: 0;
	border-top: solid 1.25rem rgba(255,255,255,0.6);
	border-left: solid 1.5rem rgba(255,255,255,0.6);
	border-right: solid 1.5rem rgba(255,255,255,0);
	border-bottom: solid 1.25rem rgba(255,255,255,0);
}
	.product-info ul li p {
		font-size: 0.75rem;
	}


}
@media screen and (max-height:667px) {
.product-info {
	position: static;
	background-image: url(../images/product-bg.jpg);
	background-position: center;
	background-repeat: repeat;
	background-size: auto;
}
#product {
	padding: 4vh 0;
}
#product .item {
	height: auto;
}
#product .item img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 70vw;
	max-height:60vh;
}
.product-info ul {
	margin: 0;
	padding: 2rem 0 1rem;
}
.product-info ul li {
	width: 100%;
	padding: 1.5rem 0;
	border: none;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.product-info ul li:nth-of-type(1), .product-info ul li:nth-of-type(2) {
	border: none;
}
.product-info ul li:first-child {
	padding: 0px;
	margin-bottom: 0;
	width: 100%;
	text-align: left;
}
.product-name {
	position: relative;
	display: inline-block;
	padding: 0;
	font-size: 1.5rem;
	line-height: 1.5em;
	font-weight: bold;
	background: rgba(255,255,255,0);
}
.product-name:before, .product-name:after {
	content: "";
	display: none
}
.product-model {
	font-size: 1.25rem;
}
}
	
	


/* 下载 */
.download {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: -1%;
	margin-right: -1%;
}
.download li {
	width: 33.33%;
	padding: 1%;
}
.down-img {
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	background-position: center;
	background-size: cover;
	border-radius: 1rem;
	transition: all .4s;
	overflow: hidden;
}
.download li a:hover .down-img {
	box-shadow: 0 0 2rem rgba(0,189,255,0.5);
}
.down-name {
	display: block;
	margin-top: 0.5rem;
	padding: 0.5rem 1.125rem;
	font-size: 1.125rem;
	line-height: 1.5rem;
	text-align: center;
	color: #00bdff;
}

@media screen and (max-width:991.8px) {
.download li {
	width: 50%;
	padding: 1%;
}
}

@media screen and (max-width:565.8px) {
.download li {
	width: 50%;
	padding: 1%;
}
}
/*联系方式*/

.contact {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact-code {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 50%;
	color: #fff;
}
.contact-code li {
	width: 30%;
	max-width: 13rem;
}
.contact-code li&gt;div {
	padding: 1rem;
	font-size: 1rem;
	color: #333;
	background: #e8e9eb;
	border-radius: 1rem;
}
.code-info img {
	width: 2rem;
	float: left;
}
.code-info p {
	margin: 0;
	padding-left: 2.75rem;
	font-size: 1rem;
	line-height: 2rem;
	font-weight: bold;
}
.code-info span {
	display: inline-block;
	padding-left: 2.75rem;
	margin-bottom: 1rem;
	font-size: 0.875rem;
	line-height: 1rem;
	color: #666;
}
.contact-info {
	width: 40%;
	font-size: 1.125rem;
	line-height: 1.5em;
	color: #fff;
}
.contact-info p {
	margin-bottom: 1.125rem;
}
.contact-info span.icon {
	display: inline-block;
	margin-right: 1rem;
	font-size: 1.5rem;
	color: #00bdff;
}
.contact-info {
	padding-top: 20px;
}
.contact-info a {
	line-height: 1.8em;
	color: #fff;
	text-decoration: underline;
}
.contact-info a:hover {
	color: #00bdff;
}

@media(max-width:1399.8px) {
.contact-code {
	width: 55%;
}
.code-info span {
	padding-left: 0rem;
	margin-top: 0.5rem;
}
.contact-info {
	width: 35%;
}
}

@media screen and (max-width:991.8px) {
.contact-code {
	width: 100%;
	justify-content: flex-start;
}
.contact-code li {
	width: auto;
	max-width: 12rem;
	margin-right: 2rem;
}
.contact-info {
	width: 100%;
}
}

@media screen and (max-width:767.8px) {
.contact-code li {
	width: 42%;
	max-width: 100%;
	margin-bottom: 2rem;
}
.contact-code li img {
	max-width: 100%;
}
}

@media screen and (max-width:565.8px) {
.contact-code li {
	width: 100%;
	max-width: 100%;
	margin-right: 0;
	margin-bottom: 1rem;
}
.contact-code li img {
	max-width: 140px;
}
}
/*地图*/
#map-canvas {
	height: 400px;
	width: 100%;
	margin: 6vh 0 0px;
	padding: 0px;
	border-radius: 1rem;
}
.content-window-card {
	position: relative;
	box-shadow: none;
	bottom: 0;
	left: 0;
	width: auto;
	padding: 0;
}
.content-window-card p {
	height: 2rem;
}
.amap-icon img, .amap-marker-content img {
	width: 25px;
	height: 34px;
}
.custom-info {
	border: solid 1px silver;
}
div.info-top {
	display: none;
	position: relative;
	background: none repeat scroll 0 0 #F9F9F9;
	border-bottom: 1px solid #CCC;
	border-radius: 5px 5px 0 0;
}
div.info-top div {
	display: inline-block;
	color: #333333;
	font-size: 1rem;
	font-weight: bold;
	line-height: 31px;
	padding: 0 10px;
}
div.info-top img {
	position: absolute;
	top: 10px;
	right: 10px;
	transition-duration: 0.25s;
}
div.info-top img:hover {
	box-shadow: 0px 0px 5px #000;
}
div.info-middle {
	font-size: 12px;
	padding: 10px 1.125rem;
	line-height: 20px;
	overflow: hidden;
}
div.info-bottom {
	height: 0px;
	width: 100%;
	clear: both;
	text-align: center;
}
div.info-bottom img {
	position: relative;
	z-index: 104;
}
.custom-info span {
	margin-left: 5px;
	font-size: 11px;
}
.info-middle img {
	float: left;
	margin-right: 6px;
}
/*地图*/

/*网站地图*/
.sitemap-box {
	padding: 1% 5% 5%;
}
.sitemap-list li {
	padding: 1.125rem 0 1.5rem;
	border-bottom: 1px dashed #ccc;
}
.sitemap-list div a {
	font-size: 1.5rem;
	line-height: 2.25em;
	color: #00bdff;
	text-transform: Uppercase;
	transition: all .4s;
}
.sitemap-list a {
	display: inline-block;
	margin-right: 30px;
	font-size: 16px;
	line-height: 1.75em;
	color: #666;
	transition: all .4s;
}
.sitemap-list a:hover {
	color: #00bdff;
	text-decoration: underline;
}

@media screen and (max-width:767.8px) {
.sitemap-box {
	padding: 1px 30px 50px;
}
}
/*隐私政策*/
.privacy {
	padding: 1% 5% 5%;
	font-size: 1.125rem;
	line-height: 1.75em;
	color: #666;
}
/*搜索界面*/
.inside-search {
	display: block;
	font-size: 0px;
}
.inside-search form {
	text-align: center;
}
.inside-search input {
	display: inline-block;
	width: 400px;
	max-width: calc(100% - 60px);
	padding: 0 1.125rem;
	font-size: 1.125rem;
	line-height: 42px;
	border: 1px solid #ebebeb;
	vertical-align: bottom;
}
.inside-search input:last-child {
	margin-left: -1px;
	width: 60px;
	background-image: url(../images/search.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px 16px;
	background-color: #25263b;
	border: 1px solid #25263b;
}
.submit-nav {
	margin: 5vh 0 4vh;
}
.submit-nav ul {
	padding-bottom: 1.125rem;
	margin-bottom: 5px;
	border-bottom: 1px solid #ebebeb;
}
.submit-nav li {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-right: 20px;
}
.submit-nav li.on:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: -16px;
	left: 0%;
	width: 100%;
	height: 1px;
	background-color: #333;
}
.submit-nav li a {
	font-size: 1.125rem;
	color: #999;
}
.submit-nav li.on a {
	font-size: 1.125rem;
	color: #333;
}
.submit-nav span {
	font-size: 1.125rem;
	color: #999;
}
.search-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1%;
	margin-right: -1%;
}
.search-list li {
	padding: 1%;
	width: 25%;
}
.search-list li div {
	border: 1px solid #ebebeb;
	overflow: hidden;
}
.search-list li p {
	margin: 1em 0 0.5em;
	font-size: 1.125rem;
	line-height: 1.25em;
	color: #333;
	transition: all .4s;
}
.search-list li a:hover p {
	color: #00bdff;
}

@media screen and (max-width:991.8px) {
.search-list {
	margin-left: -1.5%;
	margin-right: -1.5%;
}
.search-list li {
	padding: 1.5%;
	width: 33.33%;
}
.search-list li p {
	font-size: 1.125rem;
	line-height: 1.25em;
	color: #333;
}
}
/*3D模型*/
model-viewer {
	width: 60%;
	height: 80%;
	position: relative;
	z-index: 1;
}
#lazy-load-poster {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#lazy-load .userInput canvas {
	outline: none;
}
#button-load {
	background-color: #e60012;
	color: white;
	cursor: pointer;
	border-radius: 6px;
	display: inline-block;
	padding: 10px 18px 9px 18px;
	font-weight: 500;
	box-shadow: 0 0 8px rgba(0,0,0,.2), 0 0 4px rgba(0,0,0,.25);
	position: absolute;
	right: 0%;
	bottom: 5%;
	z-index: 100;
	transition: all .4s;
}
#button-load:hover, #button-load:focus {
	background: #333;
	transition: all .4s;
}</pre></body></html>